ComponentOne FlexPivot for WinForms
ObjectConnector<T> Constructor

C1.DataEngine.4 Assembly > C1.DataEngine Namespace > ObjectConnector<T> Class : ObjectConnector<T> Constructor
Workspace to use the connector in.
Collection to import data from.
Initializes a new instance of the ObjectConnector class.
Syntax
'Declaration
 
Public Function New( _
   ByVal workspace As Workspace, _
   ByVal data As System.Collections.Generic.IEnumerable(Of T) _
)
public ObjectConnector<T>( 
   Workspace workspace,
   System.Collections.Generic.IEnumerable<T> data
)

Parameters

workspace
Workspace to use the connector in.
data
Collection to import data from.
See Also

Reference

ObjectConnector<T> Class
ObjectConnector<T> Members